home *** CD-ROM | disk | FTP | other *** search
- /*
- * Define Key Map Editor Window
- *
- * by: Tim Friest
- * on: December 31, 1988
- * using: Power Windows v2.5
- */
-
- struct NewWindow NewKMEWindow = {
- 0,10, /* origin */
- 640,103, /* width and height */
- 0,1, /* detail and block pens */
- GADGETUP|CLOSEWINDOW|MENUPICK, /* IDCMP flags */
- WINDOWDRAG|WINDOWDEPTH|WINDOWCLOSE|ACTIVATE|NOCAREREFRESH, /* flags */
- GadgetList, /* gadget list */
- NULL, /* custom CHECKMARK imagery */
- KeyMapEdVer, /* title */
- NULL, /* custom screen pointer */
- NULL, /* custom bitmap */
- 640,103, /* minimum width and height */
- -1,-1, /* maximum width and height */
- WBENCHSCREEN /* destination screen type */
- };
-